home *** CD-ROM | disk | FTP | other *** search
/ Enter 2005 August / EnterCD 08_2005.iso / dosapps / freedos / doc / format / install.txt < prev    next >
Encoding:
Text File  |  2001-10-17  |  788 b   |  31 lines

  1. INSTALL
  2.  
  3. To compile the source code you need:
  4.  
  5. 1.  Borland Turbo C++ 3.0 or compatible.
  6. 2.  The included source code and header file for fdisk.exe.
  7. 3.  A PC running some form of DOS.  (Probably greater than MS-DOS 4.0.)
  8. 4.  Any reasonable 'make' utility (Borland includes one)
  9.  
  10.  
  11. Instructions:
  12.  
  13. Note:  I used Borland Turbo C++ 3.0 as a compiler, the instructions will
  14.        vary depending upon the compiler used.
  15.  
  16. 1.  Go into the 'source' directory
  17. 2.  Edit the 'format.mak' makefile to make sure CC and CFLAGS match
  18.       your C compiler.
  19. 3.  Type:
  20.        make -fformat.mak
  21. 4.  You will have the executable.
  22.  
  23.  
  24. ** To delete the object files, type:
  25.  
  26.   make -fformat.mak realclean
  27.  
  28. ** To delete the generated format.exe program:
  29.  
  30.   make -fformat.mak distclean
  31.